Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV-32] 커스텀 에러코드 적용 #281

Merged
merged 16 commits into from
Jul 19, 2024

Conversation

5uhwann
Copy link
Member

@5uhwann 5uhwann commented Jul 19, 2024

Issue

Close #267

✅ 작업 내용

  • 커스텀 에러 코드 정의
  • ExceptionRexponse 스펙 수정 및 커스텀 에러코드 적용

🤔 고민 했던 부분

🔊 도움이 필요한 부분!!

@5uhwann 5uhwann added the ♻️ refactor 기본의 로직 변경 없이 코드 개선 label Jul 19, 2024
@5uhwann 5uhwann self-assigned this Jul 19, 2024
Copy link

Copy link

codecov bot commented Jul 19, 2024

Codecov Report

Attention: Patch coverage is 90.24390% with 4 lines in your changes missing coverage. Please review.

Project coverage is 83.95%. Comparing base (7debefa) to head (cb6ddf7).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #281      +/-   ##
=============================================
+ Coverage      83.83%   83.95%   +0.12%     
- Complexity       578      580       +2     
=============================================
  Files            152      152              
  Lines           2258     2269      +11     
  Branches          82       83       +1     
=============================================
+ Hits            1893     1905      +12     
+ Misses           319      318       -1     
  Partials          46       46              
Files Coverage Δ
...ebe/auth/api/signin/dto/request/SignInRequest.java 100.00% <ø> (ø)
...aduatebe/auth/security/JwtAccessDeniedHandler.java 14.28% <100.00%> (ø)
...ebe/auth/security/JwtAuthenticationEntryPoint.java 14.28% <100.00%> (ø)
...ervice/CalculateSingleDetailGraduationService.java 100.00% <100.00%> (ø)
...e/save/SaveTakenLectureFromParsingTextService.java 100.00% <100.00%> (ø)
...tebe/user/api/findauthid/FindAuthIdController.java 100.00% <ø> (ø)
...ser/api/resetpassword/ResetPasswordController.java 100.00% <ø> (ø)
...esetpassword/dto/request/ResetPasswordRequest.java 100.00% <ø> (ø)
...jigraduatebe/user/api/signup/SignUpController.java 100.00% <ø> (ø)
...ebe/user/api/signup/dto/request/SignUpRequest.java 100.00% <ø> (ø)
... and 8 more

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7debefa...cb6ddf7. Read the comment docs.

@5uhwann 5uhwann added the D-1 label Jul 19, 2024
Copy link

sonarcloud bot commented Jul 19, 2024

@5uhwann 5uhwann merged commit ed4acc4 into develop Jul 19, 2024
5 checks passed
@5uhwann 5uhwann deleted the refactor/DEV-32-apply_custom_errorcode branch July 19, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-1 ♻️ refactor 기본의 로직 변경 없이 코드 개선 size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DEV-32] 커스텀 에러코드 적용
1 participant